home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- pel = the moviePath & "DOCS"
- if the platform contains "Mac" then
- Acrbat = the moviePath & "Acrobat Reader Mac 4.0:Acrobat Reader"
- open(pel & ":MANUAL.PDF", Acrbat)
- else
- Acrbat = the moviePath & "acrobat4\Reader\AcroRd32.exe"
- open(pel & "\MANUAL.PDF", Acrbat)
- end if
- end
-